home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPACE 2
/
SPACE - Library 2 - Volume 1.iso
/
demos
/
26
/
pascal
/
curstest.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1986-06-19
|
256 b
|
12 lines
PROGRAM curstest;
{$I paswork\cursmvmt}
BEGIN
GotoXY( 10, 10 );
writeln( 'hello' );
InverseVideo;
writeln( 'world' );
NormVideo;
END.